home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jpatlu10.zip / ADDTOLU.DOC next >
Text File  |  1993-06-15  |  2KB  |  80 lines

  1.  
  2.           ADD-TO-LU version 1.0 Copyright 1993 James R. Porter
  3.  
  4.                         "Add to Latest Uploads"
  5.  
  6.                 Adds any specified filename's FILES.BBS
  7.                  entry to the UPLOADS.BBS file, or to
  8.                    another FILES.BBS file, or both.
  9.  
  10. USAGE:
  11. ~~~~~
  12.     ADDTOLU  FILENAME  DESTINATION-DIRECTORY
  13.  
  14.  
  15. USAGE NOTES:
  16. ~~~~~~~~~~~
  17.     You must specify the full filename, including the extension.
  18.  
  19.     You may specify wildcards in the filename.
  20.  
  21.     The FILES.BBS containing the entries for the filename
  22.     specified must be in the current directory.
  23.  
  24.     The file corresponding to the filename specified must either be
  25.     in the current directory or in the destination directory.
  26.  
  27.     The destination directory must be listed in the LANPATH's (or
  28.     GTPATH's, if no LANPATH) GTDIR.BBS file.
  29.  
  30.  
  31. EXAMPLE:
  32. ~~~~~~~
  33.   Your current directory's FILES.BBS entry is
  34.  
  35. GTL-100.ZIP    45,503  02-18-91  02-18-91 from: Jim Porter
  36.     | GT List - GT BBS Door Lister. This works off the info in the
  37.     | Nodelist It allows your users to search for GT BBS's By Name,
  38.     | Sysop, City, Baud, Telephone Number, Net Number, Etc. Even
  39.     | searches with partial info.
  40.  
  41.  
  42.   If you run "ADDTOLU GTL-100.ZIP E:\GTFILES", ADD-TO-LU will ask you if
  43.   you want to put the following entry into your UPLOADS.BBS file:
  44.  
  45. A  GTL-100.ZIP    45,503  02-18-91  02-18-91 from: Jim Porter
  46.     | GT List - GT BBS Door Lister. This works off the info in the
  47.     | Nodelist It allows your users to search for GT BBS's By Name,
  48.     | Sysop, City, Baud, Telephone Number, Net Number, Etc. Even
  49.     | searches with partial info.
  50.  
  51.  
  52.   ('A' would be the access level associated with the first E:\GTFILES
  53.   entry in the LANPATH's GTIDR.BBS file.)
  54.  
  55.  
  56. OPTIONS:
  57. ~~~~~~~
  58.  
  59.   ADD-TO-LU also gives you the following options:
  60.  
  61.     * =Replace= the first (if any) existing UPLOADS.BBS entry for the
  62.       specified filename.
  63.  
  64.     * Add the description to the FILES.BBS in the destination directory.
  65.  
  66.     * Delete the entry from the FILES.BBS in the current directory.
  67.  
  68.  
  69. SUGGESTED BATCH FILE USAGE:
  70. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.   REM MOVE.BAT
  72.   COPY %1 %2\*.*
  73.   ADDTOLU %1 %2
  74.  
  75.   Example batch file usage:  MOVE THISFILE.ZIP X:\THISDIR
  76.  
  77.  
  78. Jim Porter
  79. 033/011
  80.